Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug resulting in undeclared namespaces for xlink #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwcramer
Copy link

Fix bug resulting in undeclared namespaces if a prefix other than xlink is used for the xlink namespace.

If the source document uses a prefix other than xlink for the namespace http://www.w3.org/1999/xlink, the code currently keeps the prefix but does not declare that namespace. For example, if you have <xref ns0:href="#foo" xmlns:ns0="http://www.w3.org/1999/xlink"/> in the source document, the xslt will produce <xref ns0:href="#foo"/> in the result document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant